home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / Shared.DIR / 00512.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  138 b   |  7 lines

  1. on waittime _waitsec
  2.   set stillticks to the ticks + (_waitsec * 60)
  3.   repeat while the ticks < stillticks
  4.     nothing()
  5.   end repeat
  6. end
  7.